func github.com/andybalholm/brotli.optimizeHuffmanCountsForRLE
4 uses
github.com/andybalholm/brotli (current package)
entropy_encode.go#L307: func optimizeHuffmanCountsForRLE(length uint, counts []uint32, good_for_rle []byte) {
metablock.go#L564: optimizeHuffmanCountsForRLE(256, mb.literal_histograms[i].data_[:], good_for_rle[:])
metablock.go#L568: optimizeHuffmanCountsForRLE(numCommandSymbols, mb.command_histograms[i].data_[:], good_for_rle[:])
metablock.go#L572: optimizeHuffmanCountsForRLE(uint(num_distance_codes), mb.distance_histograms[i].data_[:], good_for_rle[:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |